net/http.http2serverConn.framer (field)
7 uses
net/http (current package)
h2_bundle.go#L4445: sc.framer = fr
h2_bundle.go#L4529: sc.framer.WriteGoAway(0, err, []byte(debug))
h2_bundle.go#L4542: framer *http2Framer
h2_bundle.go#L4648: func (sc *http2serverConn) Framer() *http2Framer { return sc.framer }
h2_bundle.go#L4805: f, err := sc.framer.ReadFrame()
h2_bundle.go#L4839: err = sc.framer.endWrite()
h2_bundle.go#L5294: sc.framer.startWriteDataPadded(wd.streamID, wd.endStream, wd.p, nil)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)